POV-Ray : Newsgroups : povray.beta-test : bug with assigment with .operator : bug with assigment with .operator Server Time
30 Jul 2024 14:17:41 EDT (-0400)
  bug with assigment with .operator  
From:
Date: 23 Oct 2001 03:42:16
Message: <r87attcjuq76avf6ms2j7hbp3h5dm35omd@4ax.com>
platform: POV35b6 on PII233 128 MB with NT4 SP6

I found below script returns "Float expected but vector or color
expression found." for fourth line.

#local A=array[1]{<0,1,2,3,4>}
#local L=A[0].x;
#warning str(A[0].x,0,-1)
#warning str(L,0,-1)

It's present in beta 2 and not work for any operator at lines 2 and 3:
y, red, green, u, v, transmit, etc.

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.